Preview - Descriptive Statistics

Challenge - Dotplots


Python doesn’t support the creation of dot plots.

However, creating a histogram of values and then mapping them on a scatterplot solves this problem.

The last few lines of code on this notebook will plot a dotplot for any set of data in our Jupyter notebook, but modifications has to be made to accurately display the plot.

Choose a variable to analyze (height, weight, Instagram followers, etc) and debug the code so that dotplots are displayed for 1st period and 2nd period. 


Questions

Please answer the questions below.

What changes did you have to make in the Python code?


Copy and paste the code used to create the plot.


Notes

These notes will appear on every page in this lesson so feel free to put anything here you'd like to keep track of.